ComponentOne FlexReport for WinForms
Item Property (ChartObjectCollection<T>)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > ChartObjectCollection<T> Class : Item Property
The zero-based index of the element to get.
Gets the element at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get;}

Parameters

index
The zero-based index of the element to get.

Property Value

The element at specified index.
See Also

Reference

ChartObjectCollection<T> Class
ChartObjectCollection<T> Members